projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe2dd0
)
[IA64] dummy print_stack() func for NO_TRANSLATION path
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 19 Jun 2006 20:55:13 +0000
(14:55 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 19 Jun 2006 20:55:13 +0000
(14:55 -0600)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
tools/xentrace/xenctx.c
patch
|
blob
|
history
diff --git
a/tools/xentrace/xenctx.c
b/tools/xentrace/xenctx.c
index 4f98d893973ef715ac3e8adbd124f063cef8add1..190670ea7454f4f72a1a495a1353f9fedb38ffe3 100644
(file)
--- a/
tools/xentrace/xenctx.c
+++ b/
tools/xentrace/xenctx.c
@@
-428,6
+428,8
@@
void print_stack(vcpu_guest_context_t *ctx, int vcpu)
}
}
}
+#else
+#define print_stack(ctx, vcpu)
#endif
void dump_ctx(int vcpu)
@@
-451,10
+453,8
@@
void dump_ctx(int vcpu)
}
print_ctx(&ctx);
-#ifndef NO_TRANSLATION
if (is_kernel_text(INSTR_POINTER((&ctx.user_regs))))
print_stack(&ctx, vcpu);
-#endif
ret = xc_domain_unpause(xc_handle, domid);
if (ret < 0) {